Interface IHttpPKIMessage

All Superinterfaces:
IPKIMessage, Serializable
All Known Implementing Classes:
HttpPKIMessage

public interface IHttpPKIMessage extends IPKIMessage
This represents a Http PKI message. It contains simple name/value pair values. Also maintains information about the status and type of the message.
Version:
$Revision$, $Date$
  • Method Details

    • getReqType

      String getReqType()
      Retrieves the request type.
      Specified by:
      getReqType in interface IPKIMessage
      Returns:
      String with the type of request.
    • getReqId

      String getReqId()
      Retrieves the request identifier.
      Specified by:
      getReqId in interface IPKIMessage
      Returns:
      String of name of request.
    • fromRequest

      void fromRequest(Request r)
      Copies contents of request to make a simple name/value message.
      Specified by:
      fromRequest in interface IPKIMessage
      Parameters:
      r - Instance of Request to be copied from.
    • toRequest

      void toRequest(Request r)
      Copies contents to request.
      Specified by:
      toRequest in interface IPKIMessage
      Parameters:
      r - Instance of Request to be copied to.